Release 10.1A: OpenEdge Development:
Progress 4GL Reference


PROVERSION function

Returns the version of Progress, or release of OpenEdge, you are running.

Note: The PROVERSION function returns the version or release number as a character string. If you do not convert the returned character values to integer values (and strip off any letters) before sorting multiple return values, the values will not sort as expected. For example, the OpenEdge 10.0 release sorts before the Progress 9.1 version.

Syntax

PROVERSION 

Example

The following example displays your current Progress version or OpenEdge release:

r-vers.p
MESSAGE "You are currently running Version/Release" PROVERSION. 

Notes

See also

DBVERSION function, PROGRESS function


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095